home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ply15dat.zip / RIPPLE.PI < prev    next >
Text File  |  1992-09-19  |  599b  |  36 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from <0,20,-8>
  7.    at <0,0,1000>
  8.    up <0,1,0>
  9.    angle 45
  10.    hither 1
  11.    yon 4000
  12.    resolution 256, 256
  13.    }
  14.  
  15. include "..\colors.inc"
  16. include "..\texture.inc"
  17. background black
  18. light orange, < 0, 40, 900>
  19.  
  20. object {
  21.    sphere <0, -10, 1000>, 100
  22.    texture {
  23.       surface {
  24.          ambient orange, 1
  25.          diffuse 0
  26.          specular 0
  27.          }
  28.       }
  29.    }
  30.  
  31. object {
  32.    polynomial y
  33.    translate <0, -1, 0>
  34.    blue_ripple { scale <10, 1, 10> }
  35.    }
  36.